ftp - определение. Что такое ftp
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое ftp - определение

STANDARD PROTOCOL FOR TRANSFERRING FILES OVER TCP/IP NETWORKS
Ftp; Anonymous FTP; FTP Server; FTP servers; FTP client; Simple File Transfer Protocol; File transfer protocol; FTP over SSH; Secure ftp; FTP Client; FTP site; File-Transfer Protocol; Ftp://; Port 21; PWD (FTP command); Standard file transfer protocols; FTP access; Mode Z compression; Ftpd; FTP protocol; Port 115; PASV; FTP URL; FTP; RFC 0959
  • Illustration of starting a passive connection using port 21
Найдено результатов: 36
FTP         
File Transfer Protocol (Reference: Internet, RFC 959)
FTP         
Foiled Twisted Pair [Additional explanations: cable] (Reference: UTP, TP)
FTP         
FTP         
¦ abbreviation Computing file transfer protocol, a standard for the exchange of program and data files across a network.
anonymous FTP         
<networking> An interactive service provided by many Internet hosts allowing any user to transfer documents, files, programs, and other archived data using {File Transfer Protocol}. The user logs in using the special user name "ftp" or "anonymous" and his e-mail address as password. He then has access to a special directory hierarchy containing the publically accessible files, typically in a subdirectory called "pub". This is usually a separate area from files used by local users. A reference like ftp: euagate.eua.ericsson.se /pub/eua/erlang/info means that files are available by anonymous FTP from the host called euagate.eua.ericsson.se in the directory (or file) /pub/eua/erlang/info. Sometimes the hostname will be followed by an Internet address in parentheses. The directory will usually be given as a path relative to the anonymous FTP login directory. A reference to a file available by FTP may also be in the form of a URL starting "ftp:". See also Archie, archive site, EFS, FTP by mail, World-Wide Web. (1995-11-26)
File Transfer Protocol         
(FTP) A client-server protocol which allows a user on one computer to transfer files to and from another computer over a TCP/IP network. Also the client program the user executes to transfer files. It is defined in STD 9, RFC 959. See also anonymous FTP, FSP, TFTP. Unix manual page: ftp(1). (1994-12-01)
FTPD         
File Transfer Protocol DAEMON (Reference: FTP)
Federal Theatre Project         
  • access-date=17 January 2022}}</ref>
  • Rep. Martin Dies, Chairman of the House Committee of Un-American Activities, February 17, 1940
  • [[Hallie Flanagan]] on [[CBS Radio]] for the Federal Theatre of the Air (1936)
  • Macbeth]]'' at the Lafayette Theatre, Harlem
  • Macbeth]]'' at the Lafayette Theatre, Harlem
  • Macbeth]]'' at the Lafayette Theatre, Harlem
  • Macbeth]]'' at the Lafayette Theatre
  • Macbeth]]'' at the Lafayette Theatre, Harlem
  • Federal Theater Project in New York-Negro Theatre Unit -"Macbeth"
  • Federal Theater Project in New York-Negro Theatre Unit-"Macbeth"
USA THEATRE COMPANY 1935 - 1939
Federal Theater Project; WPA Federal Theatre Project; Federal Theater; Federal Dance Project
The Federal Theatre Project (FTP; 1935–1939) was a theatre program established during the Great Depression as part of the New Deal to fund live artistic performances and entertainment programs in the United States. It was one of five Federal Project Number One projects sponsored by the Works Progress Administration, created not as a cultural activity but as a relief measure to employ artists, writers, directors, and theater workers.
International Workshop on First-Order Theorem Proving         
CONFERENCE SERIES ON AUTOMATED THEOREM PROVING FOR FIRST-ORDER LOGIC
The International Workshop on First-Order Theorem Proving (FTP) is a scientific meeting of researchers interested in automated theorem proving for first-order logic and related fields. FTP workshops are less formal than many conferences, but more formal than most workshops.
FTPS         
EXTENSION TO THE FILE TRANSFER PROTOCOL THAT ADDS SUPPORT FOR THE TLS AND THE SSL CRYPTOGRAPHIC PROTOCOLS
Ftps; FTPES; FTP-SSL; FTP Secure; FTP-ES
FTPS (also known FTP-SSL, and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer (SSL, which is now prohibited by RFC7568) cryptographic protocols.

Википедия

File Transfer Protocol

The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).

The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many dedicated FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications such as HTML editors and file managers.

An FTP client used to be commonly integrated in web browsers, where file servers are browsed with the URI prefix "ftp://". Throughout 2021, the two major web browser vendors removed this ability. Support for the FTP protocol was first disabled in Google Chrome 88 in January 2021, followed by Firefox 88.0 in April 2021. In July 2021, Firefox 90 dropped FTP entirely, and Google followed suit in October 2021, removing FTP entirely in Google Chrome 95.